Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf fromlist] soc: nordic: nrf54l: remove configuration of DCDC regulator #2317

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nika-nordic
Copy link
Contributor

@nika-nordic nika-nordic commented Nov 28, 2024

Since nrfx 3.9 integration, configuration is executed in MDK SystemInit().

Additionally, add workaround for nRF54L anomaly 31.

Upstream PR #: 82268

Link: zephyrproject-rtos/zephyr#82268

@nika-nordic
Copy link
Contributor Author

Checked the SystemInit() MDK code locally on actual DK and there is no regression between previous Zephyr-based approach and current MDK-based approach

…lator

Since nrfx 3.9 integration, configuration is executed
in MDK SystemInit().

Upstream PR #: 82268

Signed-off-by: Nikodem Kastelik <[email protected]>
…F54L anomaly 31

This workaround will be replaced with a variant
executed at SystemInit() level, once MDK implements it.

Upstream PR #: 82268

Signed-off-by: Nikodem Kastelik <[email protected]>
…or nRF54L05 & L10

MDK 8.68.1 uses nRF54L15_XXAA symbol for determining whether
given errata is applicable or not for nRF54L Series SoCs.
This causes all erratas to be disabled for nRF54L05 and nRF54L10.
To mitigate this DEVELOP_IN_NRF54L15 symbol needs to be defined,
and removed once new MDK is integrated.

Upstream PR #: 82268

Signed-off-by: Nikodem Kastelik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants